<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<Button
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="Button 1" />
<Button
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="Button 2" />
<Button
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="Button 3" />
<Button
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="Button 4" />
<Button
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="Button 5" />
<Button
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="Button 6" />
<Button
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="Button 7" />
<Button
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="Button 8" />
</LinearLayout>
</ScrollView>